Week 1
July 03, 2023
Task list:
CCTV- Test the converted processing steps in MSI machine using the test dataset I have
- Use
rcloneto move the files from local toDriveand then toMSI. - Decided to use
shellscripts to run the modules.
- Use
- Work and clean the rest of the notebooks to make it modular and work with
SQLiteDB.- Old and not currently used notebooks should be flagged (by adding a tag in the name itself?) and should not be modified.
- Notebooks that are essential for processing should be modified, tested on the test dataset and pushed into production.
- Make the
streamlitapps incctv-appsrepo compatible with theSQliteDB.- The
App_DBforstreamlitapp andVideo_DBused in CCTV Pipeline should be maintained separately. - The
streamlitapps should be refactored to use the necessary information fromVideo_DB. - CCTV Pipeline notebooks should be refactored to read from
App_DBfor distance region information and condition code annotation style classification results.
- The
- Test the converted processing steps in MSI machine using the test dataset I have